h2 { color: var(--green); font-size: 36px; margin-bottom: 25px; }
h3 { margin-bottom: 20px; font-weight: 800; }
h4 { font-size: 20px; color: var(--green); margin-bottom: 20px; }

/* Base ================================================== */
.banner { padding: 0; }
.banner img { width: 100%; border-radius: 0; max-height: 350px; min-height: 150px; }

.container-fluid.breadcrumbs { background: rgb(67 169 65 / 10%); padding: 5px 15px; margin-bottom: 75px; }
.breadcrumb { margin-bottom: 0; font-size: 16px; }
.breadcrumb ul { padding: 0; margin: 0; list-style: none; display: flex; flex-wrap: wrap; }
.breadcrumb ul li { font-weight: 700; color: var(--green); }
.breadcrumb ul li a { color: var(--green); text-decoration: none; }
.breadcrumb ul li a:hover { text-decoration: underline; }
.breadcrumb ul li.breadcrumarrow::after { content: '\f054'; font-family: 'Font Awesome 5 Pro'; margin: 0 15px; font-size: 12px; }

#beschrijving,
#producten,
#onderzoeken { padding-top: 75px; margin-top: -75px; }


/* Content ================================================== */
.nog-vragen { background: #ecf6ec; border-radius: 10px; position: relative; display: flex; justify-content: flex-end; margin-top: 50px; margin-bottom: 25px; }
.nog-vragen .img-wrap { position: absolute; bottom: 0; width: 225px; left: 0; }
.nog-vragen .img-wrap img { width: 100%; height: auto; }
.nog-vragen .text-wrap { width: calc(100% - 225px); padding: 50px 25px; }
.nog-vragen .text-wrap p { color: var(--black); }
.nog-vragen .text-wrap p:last-child { margin-bottom: 0; }
.nog-vragen .text-wrap h2 { font-size: 24px; margin-bottom: 0; }
.nog-vragen .text-wrap a { font-weight: 800; font-size: 16px; color: var(--black); text-decoration: none; }
.nog-vragen .text-wrap a:hover { text-decoration: underline; }
.nog-vragen .text-wrap a:first-child::before { content: '\f0e0'; font-family: 'Font Awesome 5 Pro'; color: var(--green); width: 20px; margin-right: 10px; }
.nog-vragen .text-wrap a:last-child::before { content: '\f879'; font-family: 'Font Awesome 5 Pro'; color: var(--green); width: 20px; margin-right: 10px; }

.entrance-blocks.menu-blocks {  }
.entrance-blocks.menu-blocks::before { display: none; }
.entrance-blocks.menu-blocks h2 { color: #fff; margin-bottom: 0; }
.entrance-blocks.menu-blocks .block.html { max-height: 250px; height: auto; margin-bottom: 30px; }
.entrance-blocks.menu-blocks .block.html .item { min-height: 200px; }

.block.menuitem {  }
.block.menuitem ul { list-style: none; padding: 0; }
.block.menuitem ul li { display: flex; font-weight: 600; }
.block.menuitem ul li::before { content: '\f054'; font-family: 'Font Awesome 5 Pro'; font-weight: 700; color: var(--yellow); margin-right: 25px; }
.block.menuitem ul li a { color: var(--black); text-decoration: none; }
.block.menuitem ul li.active a { text-decoration: underline; }
.block.menuitem ul li a:hover { text-decoration: underline; }
.block.menuitem.sticky-menu { font-size: 20px; color: var(--green); }
.block.menuitem.sticky-menu.menu-floating { position: absolute; }
.block.menuitem.sticky-menu.fixed { position: fixed; top: 75px; }
.block.menuitem.sticky-menu ul { margin-top: 10px; font-size: 18px; }

.anchor-list { margin-bottom: 75px; display: flex; flex-wrap: wrap; margin-left: -10px; margin-right: -10px; }
.anchor-list .btn { margin-left: 10px; margin-bottom: 10px; }

.product-page .content { margin-bottom: 100px; }
.product-page .col-lg-3 img { width: 100%; }

.products-view { margin-bottom: 100px; }
.products-view .product { border: 1px solid #ccc; padding: 20px; border-radius: 10px; box-shadow: 0 5px 6px rgb(0 0 0 / 5%); text-align: center; display: block; text-decoration: none; transition: box-shadow 0.3s; }
.products-view .product .img-wrap { margin-bottom: 20px; }
.products-view .product img { width: 100%; height: auto; transition: transform 0.3s; }
.products-view .product:hover { box-shadow: 0 8px 10px rgb(0 0 0 / 10%); }
.products-view .product:hover img { transform: scale(1.05); }
.products-view .product h3 { margin-bottom: 0; color: #000; }
.products-view .product .subtitle { font-size: 14px; color: #848484; }

blockquote { margin: 50px 0; font-family: 'Poppins'; font-weight: 300; }
blockquote p { font-size: 36px; color: var(--black); line-height: 1.4; }

.block.html iframe { max-width: 100%; }

.certificaten {  }
.certificaten .item {  }
.certificaten .content-wrap { background: #fef9e3; border-radius: 10px; display: flex; align-items: center; padding: 15px 10px; height: 100%; }
.certificaten .img-wrap { margin-right: 20px; flex-shrink: 0; }
.certificaten .img-wrap img { border-radius: 0; transition: transform 0.3s; }
.certificaten .item:hover img { transform: scale(1.05); }
.certificaten .text-wrap { padding: 15px 10px; }
.certificaten .text-wrap a { text-decoration: none; }
.certificaten .text-wrap a h3 { color: var(--black); font-size: 36px; }
.certificaten .text-wrap a:hover h3,
.certificaten .text-wrap a:hover p { opacity: 0.6; }

.contact-person { display: flex; flex-wrap: wrap; margin: 0 -10px 50px -10px; }
.contact-person .item { flex-shrink: 0; margin: 0 10px; }
.contact-person .item img { margin-bottom: 10px; }
.contact-person .item  h5 { text-align: center; color: #848484; font-size: 14px; font-weight: 600; }

.block.form {  }
.block.form .col-sm-3,
.block.form .col-sm-9 { width: 100%; flex: 0 0 100%; }
.block.form .form-group { margin-bottom: 25px; }
.block.form label { font-weight: 600; }

.nieuws h1 { font-size: 36px; }
.nieuws .news-source { display: inline-block; margin-bottom: 25px; font-style: italic; }
.nieuws .col-lg-4 img { margin-bottom: 25px; }

.filters { margin-bottom: 30px; display: flex; justify-content: space-between; }
.filters input { position: absolute; height: 0; width: 0; visibility: hidden; left: 0; top: 0; }
.filters label { text-transform: capitalize; background: #fff; color: var(--green); padding: 15px 30px; font-weight: 700; font-size: 1rem; user-select: none; border: 2px solid var(--green); border-radius: 100px; cursor: pointer; transition: background 0.3s, box-shadow 0.3s; margin-right: 5px; margin-bottom: 5px; }
.filters label:hover { background: var(--green); color: #fff; }
.filters label:active { background: #275e26; border-color: #275e26; color: #fff; box-shadow: 0 0 0 0.25rem rgb(39 94 38 / 50%); transform: translateY(2px); }
.filters label:focus { background: #275e26; border-color: #275e26; color: #fff; box-shadow: 0 0 0 0.25rem rgb(39 94 38 / 50%); }
.filters input:checked+label { background: var(--green); color: #fff; }
.filters input:checked+label:hover { background: #275e26; color: #fff; }

.products-overview .item { margin-bottom: var(--bs-gutter-x); }
.products-overview .item .img-wrap { display: flex; justify-content: center; margin-top: -10px; overflow: hidden; margin-bottom: 25px; }
.products-overview .item .img-wrap img { max-width: 80%; transition: transform 0.3s; }
.products-overview .item > a { text-decoration: none; display: block; height: 100%; display: flex; flex-direction: column; background: #fff; border: 1px solid #ccc; padding: 20px 30px; border-radius: 10px; box-shadow: 0 5px 6px rgb(0 0 0 / 5%); transition: box-shadow 0.3s; }
.products-overview .item > a h3 { color: var(--black); margin-bottom: 0; }
.products-overview .item > a h4 { font-size: 14px; color: #848484; margin-bottom: 15px; }
.products-overview .item > a p { font-size: 16px; color: var(--black); line-height: 1.4; }
.products-overview .item .content-wrap { flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }
.products-overview .item .more-info-wrap { display: flex; justify-content: flex-end; }
.products-overview .item .more-info-btn { background: none; outline: none; border: none; padding: 0; font-size: 18px; font-weight: 700; color: var(--black); }
.products-overview .item .more-info-btn::after { content: '\f054'; font-family: 'Font Awesome 5 Pro'; color: var(--yellow); margin-left: 10px; font-weight: 400; }

.products-overview .item:hover > a { box-shadow: 0 5px 10px rgb(0 0 0 / 10%); }
.products-overview .item:hover .img-wrap img { transform: scale(1.05); }

.products-overview.overview-new .product { display: flex; height: 100%; align-items: center; background: #fff; border: 1px solid #ccc; padding: 20px 30px; border-radius: 10px; box-shadow: 0 5px 6px rgb(0 0 0 / 5%); transition: box-shadow 0.3s; }
.products-overview.overview-new .product:hover { box-shadow: 0 5px 10px rgb(0 0 0 / 10%); }
.products-overview.overview-new .product .img-wrap { margin: 0; max-width: 175px; }
.products-overview.overview-new .product .img-wrap img { max-width: 100%; }
.products-overview.overview-new .product ul { list-style: none; padding: 0; margin-bottom: 0; }
.products-overview.overview-new .product ul li { margin-bottom: 0; padding-left: 40px; position: relative; }
.products-overview.overview-new .product ul li::before { content: '\f054'; position: absolute; left: 0; font-family: 'Font Awesome 5 Pro'; font-weight: 700; color: var(--yellow); }

.product-article .product-image { display: inline-block; border: 1px solid #ccc; padding: 20px 30px; border-radius: 10px; box-shadow: 0 5px 6px rgb(0 0 0 / 5%); transition: box-shadow 0.3s; }
.product-article .title-price-wrap {  }
.product-article .title-price-wrap h1 { margin-bottom: 10px; }
.product-article .title-price-wrap h2 { font-family: 'Nunito'; font-weight: 700; }
.product-article .title-price-wrap h2 small { font-weight: 400; font-size: 20px; }
.product-article ul { list-style: none; padding: 0; margin-bottom: 25px; }
.product-article ul li { margin-bottom: 0; padding-left: 40px; position: relative; }
.product-article ul li::before { content: '\f00c'; position: absolute; left: 0; font-family: 'Font Awesome 5 Pro'; font-weight: 700; color: var(--yellow); }

.product-article .product-imgs-slider .item { margin-bottom: 0; }
.product-article .swiper-pagination { position: static; margin-top: 5px; }
.product-article .swiper-pagination .swiper-pagination-bullet { background: var(--green); width: 10px; height: 10px; }

.block.html form .reset-wrap .btn {width: max-content;}

/* Footer ================================================== */


/* Endpage ================================================== */


@media only screen and (max-width: 1439px) {
  .products-overview .item > a { padding: 20px; }
  .products-overview .item > a h3 { font-size: 18px; }
  .products-overview .item .more-info-btn { font-size: 16px; }

  .products-overview.overview-new .product { padding: 15px; }
  .products-overview.overview-new .product .img-wrap {  }
}

@media only screen and (max-width: 1199px) {
  .certificaten .img-wrap img { width: 150px; }

  .products-overview .item > a { padding: 20px 30px; }
  .products-overview .item > a h3 { font-size: 22px; }
  .products-overview .item .more-info-btn { font-size: 18px; }

  .block.html form fieldset {display: flex; flex-wrap: wrap; flex-direction: column-reverse;}
  .block.html form fieldset .left-filters {width: 100%;}
  .block.html form fieldset .reset-wrap {width: 100%; padding-bottom: 12px;}
}

@media only screen and (max-width: 991px) {
  .container-fluid.breadcrumbs { margin-bottom: 50px; }

  .entrance-blocks.menu-blocks .block.html { margin-bottom: 15px; }
  .block.menuitem { margin-bottom: 50px; }

  .anchor-list { margin-bottom: 50px; }

  .product-page .content { margin-bottom: 75px; }
  .product-page .col-lg-3 img { display: none; }

  .certificaten .item { margin-bottom: 25px; }

  .sticky-menu { display: none; }

  .products-overview .item > a { padding: 20px; }
  .products-overview .item > a h3 { font-size: 18px; }
  .products-overview .item .more-info-btn { font-size: 16px; }

  .product-article .product-image { margin-bottom: 25px; }
  .product-article .nog-vragen { margin-top: 75px; }
}

@media only screen and (max-width: 767px) {
  h2 { font-size: 28px; }
  h3 { font-size: 20px; }

  .anchor-list { margin-bottom: 25px; }

  .product-page .content { margin-bottom: 50px; }

  .products-view { margin-bottom: 75px; }

  .nog-vragen { margin-top: 75px; }

  blockquote { margin: 25px 0; }
  blockquote p { font-size: 28px; }

  .certificaten .text-wrap a h3 { font-size: 24px; }

  .filters label { font-size: 14px; margin-right: 5px; }
}

@media only screen and (max-width: 575px) {
  h2 { font-size: 22px; margin-bottom: 15px; }

  .container-fluid.breadcrumbs { margin-bottom: 25px; }

  .nog-vragen .img-wrap { width: 175px; }
  .nog-vragen .text-wrap { width: calc(100% - 175px); padding: 25px 15px; }

  .nog-vragen { margin-top: 50px; }

  .certificaten .img-wrap { margin-right: 5px; }
  .certificaten .img-wrap img { width: 100px; }

  .anchor-list { margin-left: -5px; margin-right: -5px; }
  .anchor-list .btn { padding: 10px 15px; margin-left: 5px; }
  .block.menuitem.sticky-menu ul { font-size: 16px; }

  .nieuws h1 { font-size: 28px; }

  .products-overview .item { margin-bottom: 10px; }
  .products-overview .item > a { flex-direction: row; }
  .products-overview .item .img-wrap { margin-bottom: -10px; margin-left: -10px; margin-right: 15px; width: 200px; }
  .products-overview .item .img-wrap img { max-width: 100%; object-fit: contain; }
  .products-overview .item .content-wrap { flex-grow: 0; }

  .product-article .nog-vragen { margin-top: 50px; }

  .block.html form fieldset .left-filters {display: flex; flex-wrap: wrap; margin: 0 -6px;}
  .filters label {width: calc(50% - 12px); margin: 6px; text-align: center;}
}

@media only screen and (max-width: 479px) {
  .nog-vragen .img-wrap { width: 140px; }
  .nog-vragen .text-wrap { width: calc(100% - 140px); }

  .products-view .product h3 { font-size: 18px; }
  .products-view .product { padding: 15px; }

  blockquote p { font-size: 22px; }

  .contact-person {  }
  .contact-person .item { flex-grow: 1; width: calc(50% - 20px); }
  .contact-person .item img { width: 100%; }

  .nieuws h1 { font-size: 22px; margin-bottom: 10px; }
}

@media only screen and (max-width: 359px) {
  .nog-vragen .img-wrap { width: 120px; }
  .nog-vragen .text-wrap { width: calc(100% - 120px); padding: 25px 10px; }

  .products-view .item { width: 100%; max-width: 100%; flex: 0 0 100%; margin-bottom: 25px; }
  .products-view .product { padding: 25px; }
}
